You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Dew.Math.Units Namespace
>
Classes
>
clMtxExpr Class
>
clMtxExpr Methods
>
clMtxExpr.DotProd Method
Dew Math for .NET
clMtxExpr.DotProd Method
clMtxExpr Class
clMtxExpr Members
Dew.Math.Units Namespace
clMtxExpr Methods
Collapse All
Returns the dot product: sum(X*Y).
Syntax
C#
Visual Basic
public
static
double
DotProd
([In]
TOpenCLVector
X
, [In]
TOpenCLVector
Y
);
Public
static
Sub
DotProd
(
X
As
[In]
TOpenCLVector
,
Y
As
[In]
TOpenCLVector
)
Remarks
Internally calls
clVector.DotProd
Group
clMtxExpr Methods
Links
clMtxExpr Class
,
clMtxExpr Members
,
Dew.Math.Units Namespace
,
clMtxExpr Methods
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!